DrawLine(Point, Point)

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Draws a line between two points with the current color.

Syntax

public void DrawLine(
	Point from,
	Point to
)

Back to index